Move some classes to new bridging library#33413
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D34723341 |
|
|
This pull request was exported from Phabricator. Differential Revision: D34723341 |
63d5faa to
6b2be4b
Compare
6b2be4b to
b95f59b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D34723341 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D34723341 |
b95f59b to
5741e41
Compare
Base commit: 2829146 |
Summary: Pull Request resolved: facebook#33413 This moves `CallbackWrapper` and `LongLivedObject` into a new "bridging" library. This library is mostly intended for use by the native module system, but can also be used separately to "bridge" native and JS interfaces through higher-level (and safer) abstractions than relying JSI alone. Changelog: Internal Reviewed By: christophpurrer Differential Revision: D34723341 fbshipit-source-id: c32953b8d8c963cf4e012fb60677e9fc71f81dba
|
This pull request was exported from Phabricator. Differential Revision: D34723341 |
5741e41 to
3f88c57
Compare
Base commit: 2829146 |
|
This pull request was successfully merged by @appden in 6a9497d. When will my fix make it into a release? | Upcoming Releases |
Summary: Pull Request resolved: facebook#33413 This moves `CallbackWrapper` and `LongLivedObject` into a new "bridging" library. This library is mostly intended for use by the native module system, but can also be used separately to "bridge" native and JS interfaces through higher-level (and safer) abstractions than relying JSI alone. Changelog: Internal Reviewed By: christophpurrer Differential Revision: D34723341 fbshipit-source-id: 7ca8fa815537152f8163920513b90313540477e3
Summary:
This moves
CallbackWrapperandLongLivedObjectinto a new "bridging" library. This library is mostly intended for use by the native module system, but can also be used separately to "bridge" native and JS interfaces through higher-level (and safer) abstractions than relying JSI alone.Changelog:
Internal
Reviewed By: christophpurrer
Differential Revision: D34723341